home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 4 / Precision Software Applications Silver Collection Volume 4 (1993).iso / stats / chadyn.exe / LORENZ.DD < prev    next >
Text File  |  1988-09-08  |  896b  |  13 lines

  1. /* This file is for having the Lorenz system's trajectories 
  2.      plotted against time */
  3. L        /* Code for the Lorenz system */ 
  4. COORDS 3 0    /*   Indicates we will change the coordinates to be plotted 
  5.    Coordinate 3 is time t (horizontal axis), 0 is x(t) (vertical) */ 
  6. STEP  0.005 /*   Set differential equation time step size at:0.005 */
  7. XS 0 60   /*     Set horizontal coordinate to run from  0 to 60. */
  8. YS -22 22 /*  Set vertical coordinate to run from -22 to +22 */
  9. connect   /* connect the dots of the trajectory */
  10. fileend   After this command the program stops looking at the file
  11.           so comments here do not need /* */
  12.  
  13.